3to4: Fix suggested replacements for border-width
authorDaniel Boles <dboles@src.gnome.org>
Sat, 21 Jan 2017 22:39:06 +0000 (22:39 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sat, 21 Jan 2017 22:39:06 +0000 (22:39 +0000)
The new CSS border-spacing does what Grid::(row|column)_spacing and
Box::spacing already did, i.e. controlling the space added between child
widgets, so it’s not a replacement for Container::border-width.

docs/reference/gtk/migrating-3to4.xml

index f33cc15c4f04a770edc2583fc7876a516c633fcc..ec06d47614709cb6d1bfaab285ab41541bba5ea1 100644 (file)
       <para>
         GTK+ 4 has removed the #GtkContainer::border-width property.
         Use other means to influence the spacing of your containers,
-        such as the CSS border-spacing property.
+        such ss the CSS margin and padding properties on child widgets.
       </para>
     </section>